-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export ctx.RepoRelDir to run step environment. #1063
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1063 +/- ##
=======================================
Coverage 71.47% 71.47%
=======================================
Files 67 67
Lines 5556 5557 +1
=======================================
+ Hits 3971 3972 +1
Misses 1271 1271
Partials 314 314
Continue to review full report at Codecov.
|
@lkysow could this get merged and released? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for updating the docs too! Just a small suggestion.
Co-authored-by: Luke Kysow <[email protected]>
Sure. I am just exposing the existing variable that's already there in atlantis, as I don't want to try to parse it out of the full path variable by searching for the workspace name or something. |
Oh for sure, we should have had this to start. |
so... I know you just did a release, but when do you think this might go out? |
Probably in the next week or two. |
fixes #806